Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Credentials are checked when user login #19

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

nitreb
Copy link
Contributor

@nitreb nitreb commented Apr 2, 2024

No description provided.

@nitreb nitreb force-pushed the add-status-check-on-login branch from d582037 to b9fac06 Compare April 2, 2024 08:29
Comment on lines -1885 to -1914
def test_subset_is_using_dims_instead_of_coord(self, tmp_path):
command = [
"copernicusmarine",
"subset",
"--dataset-id",
"dataset-topaz6-arc-15min-3km-be",
"--variable",
"zos",
"--start-datetime",
"2018-01-01T00:00:00",
"--end-datetime",
"2018-01-01T03:59:59",
"--minimum-longitude",
"0",
"--maximum-longitude",
"1",
"--minimum-latitude",
"0",
"--maximum-latitude",
"1",
"--force-download",
"-o",
f"{tmp_path}",
"-f",
"result.nc",
]

output = subprocess.run(command)
assert output.returncode == 0

Copy link
Contributor Author

@nitreb nitreb Apr 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test fails and I don't understand what it does so ciao

@nitreb nitreb merged commit e3e4c70 into main Apr 2, 2024
2 checks passed
@nitreb nitreb deleted the add-status-check-on-login branch April 2, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants